owner.Backpack.DescendantAdded:Connect(function(v) if v.Name == 'Building Tools' then v.Name = tick(); for i, v in pairs(v:GetDescendants()) do if v:IsA("Decal") then v.Name = 'ai' end end end end)